home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT2.SPK / !Setup next >
Text File  |  1996-10-12  |  261b  |  10 lines

  1. | Obey file to set up paths for lclint
  2.  
  3. if "<lclint$Dir>" = "" then set Run$Path <Run$Path>,<Obey$Dir>.
  4. set lclint$Dir <Obey$Dir>
  5.  
  6. | LCLint system variables
  7. set Larch$PathDir <lclint$Dir>.lib
  8. set LCLint$CPPCmd "cc -E "
  9. set LCLint$ImportDir <lclint$Dir>.imports
  10.